home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / anonymousftp < prev    next >
Encoding:
Text File  |  1995-04-11  |  51.5 KB  |  1,158 lines

  1. Archive-name: ftp-list/faq
  2. Garbo-archive-name: garbo.uwasa.fi:pc/doc-net/ftp-list.zip
  3. SimTel-mirror-name: oak.oakland.edu:/SimTel/msdos/info/ftp-list.zip
  4. Last-Modified: 22-Feb-95
  5. Version: 3.0.5
  6.  
  7.  
  8.                            Anonymous FTP
  9.                Frequently Asked Questions (FAQ) List
  10.  
  11. Suggestions for changes and comments are always welcome.
  12.  
  13. ** Updated News:
  14. - Read the part about ftp by mail if you use it. Overusing some servers
  15.   causes them to stop! Don't ruin this service for yourself and others.
  16. - There are several new WWW browsable versions,
  17.   try: http://www.info.net/app-docs/ftp-list.html
  18.   and http://www.mid.net/FTP/
  19. - Also, there's a program available now that converts the sitelist to
  20.   comma-delimited format suitable for importing the list into any common
  21.   database package [finally! ;-)]. It's available from the same places
  22.   as the ftp-list.zip file as packftp.zip. Thanks to Mark Rinfret.
  23.  
  24. Copyright (c) 1993-1994, Perry Rovers -- Text may be quoted in on-line
  25. documents and written publications, but please notify me so I can add a
  26. reference and make sure that you add pointers to the places where people
  27. can get the latest version. You may make this file available on public
  28. servers, like ftp, gopher or WWW servers as well, but please let me know.
  29. Do not modify the info itself (i.e. converting it to some other format)
  30. before consulting me. All rights reserved. This may seem stricter than
  31. the last versions, but I only want to make sure I'm notified of how
  32. this file is used and for what purpose. If you contact me, I'm sure
  33. we can work something out.
  34.  
  35. Thanks to all the people who have contributed to this document!
  36.  
  37. [Start Of File]
  38. ======================================================================
  39.  
  40. I maintain a directory of Internet sites accepting Anonymous FTP and mail
  41. retrieval of their files and a list of Frequently Asked Questions about
  42. (Anonymous) FTP.
  43.  
  44. -----------------------------
  45.  
  46. Subject: 1. Table of Contents
  47.  
  48. Topics are shown below and with their respective answers (*: new, +: changed)
  49.  
  50.         (1)  Table of Contents
  51.         (2)  What is and how do I use the FTP program?
  52.        +(3)  What types of FTP information are available?
  53.         (4)  What is the most current version?
  54.        +(5)  Retrieving the listings via email.
  55.         (6)  Using FTP without direct Internet access.
  56.         (7)  Getting help when you have problems with a site.
  57.         (8)  Getting a site listed or changes made.
  58.         (9)  What is Archie and how does it relate to the list?
  59.        (10)  Using FSP/Gopher/WAIS/WWW to access archives.
  60.        (11)  How do I stop the listings from scrolling off the screen?
  61.        (12)  How do I set up an (Anonymous) FTP server?
  62.        (13)  How do I automate ftp sessions?
  63.       +(14)  URL's of the interesting things mentioned in this text.
  64.  
  65. -----------------------------
  66.  
  67. Subject: 2. What is and how do I use the FTP program?
  68.  
  69. The information below was originally maintained by Jon Granrose
  70. (one of the old maintainers of the listings). Mike Jones added the info
  71. about the existence and location of the compression data chart maintained
  72. by David Lemson. Tom Czarnik (another old maintainer) added some as well
  73. and I have made some changes too.
  74.  
  75.                                   By:
  76.  
  77.                             Jon Granrose
  78.                               Mike Jones
  79.                              Tom Czarnik
  80.                             Perry Rovers
  81.  
  82.  
  83.       This is not a definitive guide to FTP, but it will give a novice a
  84.       general idea of what it is and how to do it.
  85.  
  86.  
  87.                               What is FTP?
  88.  
  89.       FTP (File Transfer Protocol) allows a person to transfer files
  90.       between two computers, generally connected via the Internet. If
  91.       your system has FTP and is connected to the Internet, you can
  92.       access very large amounts of files available on a great number of
  93.       computersystems. If you are on Bitnet or a UUCP host, you should
  94.       look for servers that work through electronic mail (e-mail). A
  95.       good source of information on archives in general, is the Usenet
  96.       newsgroup comp.archives. When using FTP, you use a program, called
  97.       a 'client' to connect to a machine that holds the files, a 'server'.
  98.  
  99.  
  100.                          What is Anonymous FTP?
  101.  
  102.       Many computersystems throughout the Internet offer files through
  103.       anonymous FTP. This means that you can access a machine
  104.       without having to have an account on that machine (i.e. you don't
  105.       have to be an official user of the system). These anonymous FTP
  106.       servers contain software, documents of various sorts, files
  107.       for configuring networks, graphic images, songlyrics and all sorts
  108.       of other information. Archives for electronic mailing lists are
  109.       often stored on and are available through anonymous FTP. An
  110.       enormous amount of information is stored on these machines and is
  111.       ready for anyone who's seeking it.
  112.  
  113.       Note that all this is subject to change, it is a privilege
  114.       and the person responsible for the machine can shut it down
  115.       at any time without you being able to do anything about it.
  116.  
  117.  
  118.                                 Commands
  119.  
  120.       All the normal FTP commands may be used to retrieve files. Some
  121.       FTP commands are the same on different computers, but others
  122.       are not. Also, some of the ftp sites offer custom commands like
  123.       getting a directory with one command, 'regetting' a file or searching
  124.       of directories. Read the relevant README files on the site itself
  125.       for the 'special access features'.
  126.       Usually, FTP will list the commands if you type 'help' or type a
  127.       question mark (?). Also, your computer's help command may have
  128.       information about FTP. Try 'man ftp', 'man ftpd', 'help ftp',
  129.       'ftp /?', 'ftp -?' or 'ftp /h' (all these to be typed without
  130.       quotes).
  131.  
  132.       Some useful commands available on most systems include:
  133.  
  134.         ascii   Switch to ascii mode. Ascii mode is the default mode
  135.                 and used for transferring text files
  136.         binary  Switch to binary mode. For transferring binary files
  137.                 like .ZIP files, .Z files and the like
  138.         cd      Change the directory on the remote computer
  139.         dir     List the files in the current directory on the remote
  140.                 computer.
  141.         ls      Same as 'dir', but shows less information sometimes.
  142.         get     Copy a file from the remote computer to yours
  143.         hash    Puts a '#' on the screen for every <number> of bytes
  144.                 transferred. <number> is 1024 in some cases, 2048 in others
  145.                 but is between 1024 and 4096 in most cases.
  146.                 Check the ftp 'help' function for more info on the number for
  147.                 your clientprogram.
  148.         help    Gives help on the use of commands within the ftp program
  149.         lcd     Change the directory on your computer (the 'l' is for local)
  150.         lpwd    Shows the present working directory (pwd) on your
  151.                 computer (the 'l' is for local). Note: this may not
  152.                 work on all machines. On a Unix machine, try !pwd
  153.                 if lwpd doesn't work.
  154.         mget    Copy multiple files from the remote computer to yours
  155.         pwd     Shows the present working directory (pwd) on the
  156.                 remote computer
  157.  
  158.  
  159.                                Procedure
  160.  
  161.       Anonymous FTP is a facility offered by many machines on the
  162.       Internet. This permits you to log in with the user name 'anonymous'
  163.       or the user name 'ftp'. When prompted for a password, type your e-mail
  164.       address -- it's not necessary, but it's a courtesy for those
  165.       sites that like to know who is making use of their facility. Be
  166.       courteous. Some sites require a valid e-mail address, others don't.
  167.  
  168.       You can then look around and retrieve files. (Most anonymous ftp
  169.       sites do not permit people to store files). Note that when you
  170.       retrieve files, you have to know where the files are going to
  171.       end up on your machine. This is where the 'lpwd' command comes
  172.       in handy. Also note that when you have transferred a file that
  173.       you want to use on your PC, but you run ftp from a Unix machine
  174.       (or a similar mainframe or network machine), you will have to ftp
  175.       the file from the Unix machine to your PC first (this is assuming
  176.       that you can't ftp to outside your company or campus from your PC,
  177.       otherwise you could have gotten the file directly to the PC).
  178.       This may sound silly, but sometimes people don't know where their
  179.       files are stored or a system administrator decides to give ftp
  180.       access to only a few systems.
  181.  
  182.       Typically, a directory called 'pub' is where the interesting
  183.       things are stored. Some sites will have a file with a name
  184.       like ls-lR, that contains a complete list of the files on
  185.       that site. Otherwise, you can type ls -lR and get such a listing
  186.       -- for some sites, this can take a LONG time (the size of the
  187.       resulting file can be anywhere between approximately 2000 bytes
  188.       and 25Mb).
  189.  
  190.       When retrieving non-text files, you must use binary mode,
  191.       otherwise the file gets messed up. To do this, use the
  192.       'binary' command. (It's safe to set this for text files, but
  193.       the result might look a bit different from an ASCII transfer)
  194.       If the site at the other end is non-Unix, you may need to
  195.       use some other mode -- see the documents or README files
  196.       for that site and for FTP (common other modes, are LZ for
  197.       VAX Multinet servers, tenex or image for some others).
  198.  
  199.       The simplest way to initiate FTP would be to give the command
  200.       'ftp <system-name>'. The  <system-name>  is the remote
  201.       system you are connecting to, either a name like garbo.uwasa.fi,
  202.       if you have an entry in /etc/hosts or are accessing a Domain
  203.       Name Server or the Internet address 193.166.120.5  for Garbo. If
  204.       that last sentence doesn't seem to make sense just try: ftp
  205.       garbo.uwasa.fi or ftp 193.166.120.5 and look what happens.
  206.       After a short wait, you will be prompted for your username. If
  207.       you do not have an account on the remote system, some systems
  208.       allow you to use 'anonymous'. This gives you a restricted
  209.       access path (meaning that you can only run certain commands
  210.       like 'dir' or 'ls' and are allowed only access to certain
  211.       directories like 'pub').
  212.  
  213.       You would then be prompted for a password. Some systems will
  214.       tell you to send your real identity as the password. What you
  215.       type doesn't matter in most cases, but it is suggested to give
  216.       your e-mail address. This as a courtesy to the archive maintainers,
  217.       who would like to know who's using their system. Other systems
  218.       need a password of 'guest', or something similar. DO NOT
  219.       TYPE A PASSWORD THAT YOU USE ON YOUR OWN SYSTEM.
  220.  
  221.       After that, you should receive the FTP prompt ( usually ftp> )
  222.       and have access. You can get a directory of files by giving a
  223.       'dir' command or if the remote system is Unix-based,
  224.       'ls -l' will give the familiar output. On Garbo, there is a
  225.       file available in the default anonymous ftp directory that
  226.       explains what Garbo is and where files are located. Look
  227.       for 00-index.txt or README files or some similar name.
  228.  
  229.       Unix systems will all have the same directory structure, and
  230.       moving around is done with the 'cd' or 'cwd' command.
  231.       TOPS-20, VAX/VMS, DOS VM/CMS and other systems have a different
  232.       structure, but movement is still accomplished with the 'cd'
  233.       command.
  234.       TOPS-20 has directories of the form: DISK:<DIR1.DIR2>, VAX/VMS
  235.       has directories of the form DISK:[DIR1.DIR2] (use cd [-] instead
  236.       of cd .. and cd [.DIR1] instead of cd dir1). DOS, OS/2 and
  237.       Windows NT look like Unix but have shorter directory names.
  238.       VM/CMS has mini-disks that can be accessed with the CD command.
  239.       A lot of systems give some information about how to use the
  240.       system when you login, look for that after you have typed
  241.       the password (some of those messages will not be shown if
  242.       you use a - as the first character in your password, some
  243.       people need this because the system won't recognize them
  244.       otherwise. If you have problems logging into a site, try
  245.       a - as the first character).
  246.  
  247.       Different systems have different organizations for their files,
  248.       and the above example is the way most archives have set it up.
  249.       By looking around other systems, you can learn how their files
  250.       are arranged and move around much faster. Note, however,
  251.       that FTP will not allow you outside the FTP 'root' directory.
  252.       Moving about the entire system is not permitted. You will
  253.       get 'Permission denied' messages (or plainly not receiving any
  254.       message and still not be able to change to the directory).
  255.  
  256.       Usually, files are grouped in archive files, so you don't have
  257.       to get many small files separately. The most common archival
  258.       file formats for the Internet are tar and zip. Occasionally,
  259.       people use shell archives (shar) instead. Tar files are basically
  260.       a bunch of files 'glued' together. Tar archives can be unpacked
  261.       by running the 'tar' command on a Unix system (tar exists also
  262.       for DOS, VMS and a whole bunch of other Operating Systems) --
  263.       you may want to first do a 'tar t' on the file to see what it
  264.       contains before unpacking it. This means typing: 'tar t filename.tar'
  265.       or 'tar tf filename.tar' and looking what the output shows. To unpack
  266.       the .tar file, type: 'tar xvf filename.tar', this will create a
  267.       directory called filename with the unpacked archive in it (no quotes
  268.       again).
  269.       Be careful when unpacking shell archives since they have to be
  270.       run through the Bourne shell to unpack them. (The simplest
  271.       way is to use the unshar command).
  272.  
  273.       Files are often stored compressed, because they take up less
  274.       space that way -- for Unix, the most common compression 'scheme'
  275.       is the 'compress' program, indicated by a .Z suffix on the file
  276.       name. Also you will find Arc, Zoo, Arj, Lzh, gzipped or Zip files,
  277.       which are combined archival and compression formats (there are
  278.       other archival formats as well - talk to the systems staff if
  279.       you encounter them and don't know how to deal with them).
  280.       For .zip files use zip and unzip (or pkzip/pkunzip), for .gz files
  281.       use gzip and for .Z files use compress, which are available for all
  282.       Operating Systems.
  283.  
  284.       Archival and compression utilities are very handy, but can make
  285.       it very difficult to 'get' a file and use it:
  286.       when you're on a DOS or VMS system for example you can't type:
  287.  
  288.          get filename.tar.Z
  289.  
  290.       You have to type:
  291.  
  292.          get filename.tar.Z filename.tz
  293.  
  294.       or something like that and then remember what you have to do to
  295.       unpack the file, namely first running your version of 'compress'
  296.       on it and then your version of 'tar'.
  297.       Remember this when you can't seem to transfer a file.
  298.       An interesting feature of most ftp servers in use today, is the
  299.       ability to compress and decompress 'on the fly'. This means that
  300.       when you want to 'get' a .Z file, but you don't have compress
  301.       handy, you can type: get filename.Z filename
  302.       The server will then decompress the file and leave you with a plain,
  303.       uncompressed file. Most servers support on-line decompression of
  304.       .Z, .gz and .tar files and even 'get'ting an entire directory with
  305.       'get directoryname directoryname.tar'. Note that this can take up
  306.       a huge amount of space and maybe take ages. Make sure you know what
  307.       you are doing when trying this.
  308.  
  309.       These are the most common file types (there are zillions more):
  310.  
  311.          SUFFIX      FTP     TYPE
  312.          ------      ---     -----
  313.         .arc         bin     ARChive (hardly used anymore)
  314.         .arj         bin     Arj (mostly MS-DOS)
  315.         .gif         bin     Graphics Interchange Format
  316.         .gz          bin     GNU Zip
  317.                              (Not compatible with Zip.
  318.                              Found on some sites as .z files.
  319.                              GNU zip is seen in combination with
  320.                              tar as .tgz files, maybe even as .tz files)
  321.         .hqx         asc     HQX (Mac, Mac equivalent of uuencode)
  322.         .jpg         bin     JPEG (graphics format)
  323.         .lzh         bin     LHa, LHarc, Larc
  324.         .shar        ascii   SHell ARchive (mostly Unix)
  325.         .sit         bin     Stuff-It (Mac)
  326.         .tar         bin     Tape ARchive (mostly Unix)
  327.         .uu          ascii   uuencode/uudecode (also .uue)
  328.         .Z           bin     compress (mostly Unix, seen in combination
  329.                              with tar as .tar.Z files)
  330.         .zip         bin     Zip (either PKZip or Zip/Unzip)
  331.         .zoo         bin     Zoo
  332.  
  333.       To get a list of all file compression/archiving methods and the
  334.       programs to uncompress/unarchive (on the PC, Mac, Unix, VAX/VMS,
  335.       VM/CMS, Atari ST and Amiga systems), FTP to the following site
  336.       and retrieve the listed file:
  337.  
  338.           ftp.cso.uiuc.edu directory: /doc/pcnet/compression
  339.  
  340.       This could be helpful to people new to FTP that don't know how
  341.       to unpack the file they have just transferred.
  342.       Also check out the Frequently Asked Questions (FAQ) Lists and
  343.       other periodical postings in the news.answers group. Especially
  344.       the comp.graphics, comp.compression and the different
  345.       Operating Systems FAQs (Unix, VMS etc.) can be very handy.
  346.       Most archiver programs are available from garbo.uwasa.fi in either
  347.       /pc/arcers or /unix/arcers.
  348.  
  349. Last but not least, for novices to the Internet, I highly recommend a
  350. good book, e.g. 'The Whole Internet User's Guide and Catalog' by Ed Krol.
  351. It is written clearly and contains an enormous amount of information.
  352. Read it cover to cover, and keep it close at hand.
  353. Published by O'Reilly & Asscociates, it is available from many computer
  354. bookstores or O'Reilly's worldwide distributors.
  355. Contact the publisher at +1 707-829-0515 (USA), or send e-mail to
  356. nuts@ora.com for information.
  357.  
  358. Unfortunately, this book is already outdated, but it still offers
  359. an invaluable resource and manual for novices and more experienced
  360. Internet users. Apparently there will be a new version of this book
  361. somewhere this year, so look out for it.
  362. Other books are 'The Internet Companion', 'Internet: Getting Started',
  363. 'Internet Unleashed', 'The Internet Guide for New Users' and a lot more.
  364. Look for them in your local bookstore.
  365.  
  366. Almost all of the information in these books is also available on-line
  367. through various documents like the MaasInfo files, Zen and the Art of the
  368. Internet, The HitchHiker's Guide to the Internet, The Big Dummy's Guide
  369. to the Internet, the on-line version of The.Internet.Companion, the
  370. Internet Resource Guide and a whole number of FAQs, RFCs and the like.
  371.  
  372. The MaasInfo and Big Dummy's Guide files appear to be the most recent of
  373. these kind of files (look for info on where to get them in the
  374. sitelisting itself or try mailing to netguide@eff.org, that should send
  375. you the Big Dummy's Guide in a number of parts).
  376.  
  377. Another source for information might be the magazine Internet World,
  378. from Meckler Corp. (info@mecklermedia.com).
  379.  
  380. I'm not affiliated with any of the publishers, authors or anyone
  381. mentioned above, but I bought some of the books and like them.
  382.  
  383. -----------------------------
  384.  
  385. Subject: 3. What types of FTP information are available?
  386.  
  387.         FAQ - Frequently Asked Questions List about FTP
  388.         SITELIST - Comprehensive Information, containing:
  389.  
  390.         o Site name
  391.         o Country
  392.         o Date of last modification
  393.         o GMT difference (+/-)
  394.         o Source of last update
  395.         o Administrative e-mail address
  396.         o Organization maintaining FTP site, city, state, department
  397.           if applicable
  398.         o Other servers if available and instructions for use if applicable
  399.           (e-mail, FSP, gopher, WWW)
  400.         o System Type (Operating System, hardware)
  401.         o Universal Resource Locator (for World Wide Web browsers)
  402.         o Comments
  403.         o Types of Files
  404.  
  405.      Note that apart from my ftp-list.zip file, Timo Salmi (ts@uwasa.fi)
  406.      is maintaining a complementary list of a number of MS-DOS ftp sites.
  407.      They list some more information on a subset of sites in my SITELIST
  408.      file. The file is called moder*.zip where * is a version number and
  409.      it is available from garbo.uwasa.fi in directory /pc/pd2 and
  410.      oak.oakland.edu in directory /pub/msdos/info.
  411.      Also, Christian Hettler (hettler@ask.uni-karlsruhe.de) is maintaining
  412.      a list of German FTP sites on ftp.ask.uni-karlsruhe.de, directory:
  413.      /pub/info, file: ftp-list-de and Arjan de Vet (devet@iaehv.nl) is
  414.      maintaining a list of Dutch FTP sites on ftp.iaehv.nl, directory:
  415.      pub/usenet/nlnet, file: nl-ftp (this one is in Dutch).
  416.      On ftp.urec.fr there's a file called ftp-france-liste, but it doesn't
  417.      seem to be updated regularly.
  418.      Several newsgroups have their own FAQs that contain listings
  419.      of sites. If you're interested in a particular topic, try looking
  420.      in the FAQ(s) of the newsgroups related to that topic as well.
  421.  
  422. -----------------------------
  423.  
  424. Subject: 4. What is the most current version?
  425.  
  426. Look in the Version: line in the top of this file and compare
  427. it to the faq file in ftp-list.zip on garbo.uwasa.fi, ftp.edu.tw
  428. or oak.oakland.edu. The latest version is always available there.
  429.  
  430. -----------------------------
  431.  
  432. Subject: 5. Retrieving the list from alternate sources.
  433.  
  434.      1) Pick it up from anonymous FTP archives; look for 'ftp-list'
  435.         in the SITELIST file. Be warned, many sites carry Jon
  436.         Granrose's (sometimes known as ODIN.FTPLIST, pre Jan-92) or
  437.         Tom Czarniks's old FTP listing (pre Apr-93) and these files
  438.         are outdated. It will take a while for this version to spread,
  439.         but the following sites always carry the latest version:
  440.  
  441.         Europe - garbo.uwasa.fi as /pc/doc-net/ftp-list.zip
  442.         USA    - rtfm.mit.edu in the /pub/usenet/news.answers/ftp-list
  443.                  directory: faq file and sitelist directory (ASCII)
  444.         USA    - oak.oakland.edu as /SimTel/msdos/info/ftp-list.zip
  445.         Asia   - ftp.edu.tw in /documents/networking/guides/ftp-list
  446.                  several files in several formats (.Z, .gz, .zip, ASCII,
  447.                  dBase and MS-Access database versions and AmigaGuide
  448.                  Hypertext version)
  449.  
  450.         Admins who would like to mirror the list are welcome to mirror any
  451.         of the above sites/directories, dependent on what format they like.
  452.  
  453.      2) send an e-mail message to mail-server@rtfm.mit.edu with
  454.         no subject and in the body of the message:
  455.  
  456.           send usenet/news.answers/ftp-list/faq
  457.           send usenet/news.answers/ftp-list/sitelist/part1
  458.           send usenet/news.answers/ftp-list/sitelist/part2
  459.           send usenet/news.answers/ftp-list/sitelist/part3
  460.           send usenet/news.answers/ftp-list/sitelist/part4
  461.           send usenet/news.answers/ftp-list/sitelist/part5
  462.           send usenet/news.answers/ftp-list/sitelist/part6
  463.           send usenet/news.answers/ftp-list/sitelist/part7
  464.           send usenet/news.answers/ftp-list/sitelist/part8
  465.           send usenet/news.answers/ftp-list/sitelist/part9
  466.           send usenet/news.answers/ftp-list/sitelist/part10
  467.           send usenet/news.answers/ftp-list/sitelist/part11
  468.           send usenet/news.answers/ftp-list/sitelist/part12
  469.           send usenet/news.answers/ftp-list/sitelist/part13
  470.           send usenet/news.answers/ftp-list/sitelist/part14
  471.           send usenet/news.answers/ftp-list/sitelist/part15
  472.           send usenet/news.answers/ftp-list/sitelist/part16
  473.           send usenet/news.answers/ftp-list/sitelist/part17
  474.           send usenet/news.answers/ftp-list/sitelist/part18
  475.  
  476.      3) Send me mail: Perry.Rovers@kub.nl. State how you need it sent
  477.         and I'll get to it you ASAP. Note that this is NOT the preferred
  478.         method!!! Try one of the above methods first. Thanks to the efforts
  479.         of Lou Swiczewicz (swicz@acc.rwu.edu) and Dave Thomas
  480.         (Dave_Thomas@mindlink.bc.ca) there will be made available
  481.         from ftp.edu.tw a dBase and Microsoft Access database version
  482.         and a Hypertext AmigaGuide version. The list is also searchable
  483.         through some gophers, I'm gonna add a list of them at some
  484.         later date. [I'm currently not sure how these versions are coming
  485.         along, I'll have to look into that someday. I haven't seen the
  486.         Amiga Guide version and the Access version is lagging behind.
  487.         So don't ask me about those versions, because I don't know how
  488.         they are faring. Check ftp.edu.tw or Aminet sites for them.]
  489.         I recently tried packftp, by Mark Rinfret (mrr@mrsoft.network23.com),
  490.         which converts the sitelist to comma-delimited format. It looks
  491.         great! Be sure to watch comp.archives.msdos.announce for the upload
  492.         announcement. It will probably include a MS-Access version of the
  493.         sitelist as well.
  494.  
  495. -----------------------------
  496.  
  497. Subject: 6. Using FTP without direct Internet access.
  498.  
  499. It is possible to get files from a site by using a general mail
  500. server. Many sites have their own servers. If you're on BITNET, ask
  501. your sysadmin or technical support group about BITFTP (or send mail
  502. with a body of 'help' (no quotes, and nothing else) to BITFTP@PUCC,
  503. BITFTP@PLEARN or BITFTP@DEARN (known on the Internet as
  504. bitftp@pucc.princeton.edu, bitftp@plearn.edu.pl and bitftp@vm.gmd.de
  505. respectively)
  506.  
  507. Also, there's a service called TRICKLE, a concentrator of several
  508. ftp sites. Through TRICKLE you can retrieve files by e-mail or
  509. have them ftped to your own machine or SEND to you. It's also possible
  510. to subscribe to directories or files (you can for instance subscribe
  511. to the McAfee virusscanner and get it by mail everytime there's
  512. a new version). Send e-mail with '/HELP' (no quotes) in the body
  513. to trickle@hearn.nic.surfnet.nl or trickle@hearn.bitnet,
  514. for more info and a list of other trickle servers.
  515.  
  516. For non-BITNET sites, try using DEC's mail server. Send mail to
  517. ftpmail@decwrl.dec.com with 'help' (no quotes) in the body of the
  518. letter. You should NOT send a blank letter, commands are not optional.
  519.  
  520. Other servers that might be closer and provide the same service are:
  521. - ftpmail@cs.uow.edu.au (Australia)
  522. - ftpmail@ftp.uni-stuttgart.de (Germany)
  523. - ftpmail@grasp.insa-lyon.fr (France)
  524. - ftpmail@doc.ic.ac.uk (Great Britain)
  525. - ftpmail@ieunet.ie (Ireland)
  526. - ftpmail@sunsite.unc.edu (USA)
  527. - ftpmail@ftp.uu.net (USA, message relayed to ftpmail@decwrl.dec.com)
  528.  
  529. Actually, you are urged to use one of the above instead of decwrl.dec.com.
  530. That machine is very overloaded as it is the most widely known ftpmailer.
  531. So, lift the burden and use (faster!) closer machines!!!
  532.  
  533.   Requests for the ftpmail servers are of the form:
  534.  
  535.     open <site> <username> <password>
  536.     cd <directory>
  537.     dir                              # To obtain a directory listing
  538.     get <file>                       # To retrieve a file
  539.     quit
  540.  
  541.   Example:
  542.     open rtfm.mit.edu anonymous provers@kub.nl
  543.     cd /pub/usenet/news.answers/ftp-list
  544.     get faq
  545.     quit
  546.  
  547.  
  548. NOTE: Please make sure your system admin has approved the the use of
  549.       a mail server, as files can take system resources of not only
  550.       your site, but several sites up the stream. And please abide
  551.       by the guidelines that the ftpmail server administrators have
  552.       put in their help files. Most ftpmail servers default to their
  553.       own site for files, so try retrieving things from that site first.
  554.       In general, most files you need are already available there, so
  555.       it is a waste to connect to another machine.
  556.       Also, don't use servers in Y to fetch files from X if you live
  557.       in X and can use a server in X, e.g. X=Europe, Y=USA.
  558.       Several servers have stopped providing ftpmail service to other
  559.       hosts because they were being overloaded by these kind of
  560.       requests. DON'T DO IT! You ruin a very good service, not only
  561.       for yourself, but also for numerous other users.
  562.  
  563. -----------------------------
  564.  
  565. Subject: 7. Problems with a site.
  566.  
  567. If you are unable to access the site because your computer doesn't seem
  568. to be able to 'find' the site (the ftp program returns 'invalid host'
  569. or 'unable to resolve hostname' or some similar errormessage), try one of
  570. the following ways to see if the name of the site is known:
  571. (information partly by rosen@unr.edu (David Rosen) from the Emacs FAQ)
  572.  
  573. - telnet to the site and see if that works, if it does, there's either no
  574.   ftp server active at the site or there's a configuration error with your
  575.   ftp client program. Normally, the errormessage would be something like:
  576.   'I/O error on network device' or you do get a connection with the ftp
  577.   server but it says 'Service not available. Remote service has closed the
  578.   connection'.
  579.   Telnet works on all systems, there are some more informative ways however:
  580. - try 'nslookup sitename' or 'host sitename' (this usually works on Unix
  581.   systems) and see what that gives. If they can't find the site, your
  582.   nameserver (the computer that looks up the addresses of computers) doesn't
  583.   know the site 'sitename'. You can try again in a couple of minutes if you
  584.   think it might be a delay between 'sitename' and your machine. If that
  585.   doesn't help then either your site has a deficient nameserver (ask your
  586.   local admin to fix it) or the site 'sitename' does not exist.
  587. - another program you can try is 'ping', 'traceroute' or 'hopcheck' to see
  588.   if there is a clear link (or path) to the machine 'sitename'. This is
  589.   however a bit too technical for the ordinary user.
  590. - easy ways to check if the name 'sitename' can be found outside of your
  591.   domain (in my case kub.nl) is by mailing to one of the following addresses:
  592.  
  593.   dns@grasp.insa-lyon.fr (put 'ip sitename' (no quotes) in the body or 'help'
  594.                           for an info file. Lots of options available)
  595.  
  596.   service@nic.ddn.mil    (use 'host sitename' as the subject of the message.
  597.                           Also other options, send 'help' as the subject)
  598.  
  599.   resolve@cs.widener.edu (put 'site sitename' in the body of the message.
  600.                           No other options)
  601. - you can try to telnet to nic.ddn.mil 101 and type 'HNAME sitename'
  602.   (not very reliable it seems to me, but your mileage may vary)
  603.   or you can telnet to tacom-emh1.army.mil 117
  604.  
  605. If you can get a connection with the site or if a problem appears while
  606. accessing the site or when retrieving a file, mail the problems to the admin
  607. address shown in the Sites list. When you report a problem, please be
  608. very explicit, i.e. don't write 'I can't get a file' but explain when it
  609. happened, what file it was, what system you are using etc. And word your
  610. message politely. It's no use to annoy an admin if you want a file
  611. from that site.
  612. If an admin address is not shown, attempt to use 'ftp@site_name'; replace
  613. 'site_name' with the name of the troublesome site. If it's very
  614. urgent, try sending a note describing the problem to
  615. postmaster@site_name or when the site is a Unix machine: root@site_name
  616. and when the site is a VAX/VMS machine: operator@site_name (the
  617. postmaster@site_name should be valid in all cases).
  618. If that fails, post a note to comp.archives.admin (the newsgroup for
  619. archive administrators). I'm going to include a list of common error
  620. messages here someday, so you don't have to contact the admin for
  621. some common notices you might receive. One of those message is:
  622. 'permission denied'. This can mean a few things: either you don't have
  623. write rights to the directory where you started 'ftp' from and you're
  624. trying to retrieve a file or the file or directory on the remote
  625. site has been made unaccessible to you (e.g. a /private directory).
  626. The solution to the first possibility is to change to a directory
  627. where you are allowed to write files (like your 'home' directory)
  628. and the solution to the second possibility is to ask the admin
  629. to change the permissions to that file or directory, but you'd
  630. better have a good reason to need access to that file or directory.
  631. Most of the time those permissions are there for a reason.
  632. Other messages will be included at a later date, in the meanwhile,
  633. check the helpfiles on your ftp client first if they give you the
  634. answer.
  635.  
  636. -----------------------------
  637.  
  638. Subject: 8. Getting a site listed or changes made.
  639.  
  640. Send mail to Perry.Rovers@kub.nl
  641. Include the information stated below, in the body of the
  642. letter.
  643.  
  644.      Needed information
  645.  
  646.         o Site name
  647.         o Site's country of operations, preferably location within
  648.           country as well
  649.         o GMT difference (I don't bother with daylight savings and the like)
  650.         o Manager(s) full name & email address(es) (not made public if
  651.           you don't want it)
  652.         o Any aliases you want listed for the site (preferred are ALL
  653.           aliases that you know, because some people might refer to them.
  654.           These are just there for completeness sake and to easily spot
  655.           duplicate entries, NOT for use by anonymous ftp users). Actually,
  656.           the term alias is misleading because the Site name is mostly
  657.           an alias and what I list as Alias is mostly the real name.
  658.         o Administrative address used for FTP related issues by the
  659.           general public (like ftp@site_name)
  660.         o Organization operating site, department within the organization
  661.         o Is an E-mail, FSP, Gopher, WAIS or WWW server available and how
  662.           can one use it?
  663.         o Type of system the server is running on (OS, hardware)
  664.         o Preferred Universal Resource Locator (either ftp://, gopher://,
  665.           http:// or some other one)
  666.         o Comments (restrictions and the like if any)
  667.         o General description of the types of files available, special
  668.           directories etc.
  669.  
  670. Please fill in this info completely and don't just mail a sitename.
  671. This saves me work and makes the list more complete.
  672.  
  673. -----------------------------
  674.  
  675. Subject: 9. What is Archie and how does it relate to FTP?
  676.  
  677. Archie is a special service that keeps file listings from different FTP
  678. sites. You can Telnet to an Archie server (login with username
  679. 'archie') or use a client program to search for specific files.
  680.  
  681. Here are some sites; send mail to 'archie@site_name' for a help file.
  682. Note that some sites do not support mail access. Most do however.
  683.  
  684.     archie.au*                  139.130.4.6     Australia
  685.     archie.edvz.uni-linz.ac.at* 140.78.3.8      Austria
  686.     archie.univie.ac.at*        131.130.1.23    Austria
  687.     archie.uqam.ca*             132.208.250.10  Canada
  688.     archie.funet.fi             128.214.6.100   Finland
  689.     archie.th-darmstadt.de*     130.83.22.60    Germany
  690.     archie.ac.il*               132.65.6.15     Israel
  691.     archie.unipi.it*            131.114.21.10   Italy
  692.     archie.wide.ad.jp           133.4.3.6       Japan
  693.     archie.kr*                  128.134.1.1     Korea
  694.     archie.sogang.ac.kr*        163.239.1.11    Korea
  695.     archie.rediris.es*          130.206.1.2     Spain
  696.     archie.luth.se*             130.240.18.4    Sweden
  697.     archie.switch.ch*           130.59.1.40     Switzerland
  698.     archie.ncu.edu.tw*          140.115.19.24   Taiwan
  699.     archie.doc.ic.ac.uk*        146.169.11.3    United Kingdom
  700.     archie.unl.edu              129.93.1.14     USA (NE)
  701.     archie.internic.net*        198.48.45.10    USA (NJ)
  702.     archie.rutgers.edu*         128.6.18.15     USA (NJ)
  703.     archie.ans.net*             147.225.1.10    USA (NY)
  704.     archie.sura.net*            128.167.254.179 USA (MD)
  705.  
  706. To get a list, type: telnet archie.ans.net
  707. and login as 'archie' (no quotes) and type 'servers' (again, no quotes).
  708. Of course you can also try a server somewhat closer but this list
  709. is from archie.ans.net
  710. To find a file called 'filename' you would type: prog filename
  711. at the prompt. There are lots of options available, read the manual
  712. with the 'help' command (no quotes). The Archie client programs
  713. provide more functionality, tailored to your specific Operating
  714. System. Client programs are available by ftp from most archie
  715. servers.
  716.  
  717. Some of you may be wondering, why does the Anonymous FTP Sitelist exist
  718. if Archie can find files?
  719. The answer is this: Archie does not work (yet) with non-Unix sites (the
  720. number of which will increase substantially the next years with all the
  721. new users using PC's and Amiga's etc.) and another problem with Archie
  722. is that different servers can provide you with different answers depending
  723. on the ftp sites they currently have in their memory.
  724. Using a European server you might not be able to find a file in the US,
  725. but if you try a US server it's possible that it does find the file(s) you
  726. need and vice versa.
  727.  
  728. If you want your ftp server to be included in the archie database, check
  729. the documentation of some of the Archie clients. [I believe the e-mail
  730. address for updates is archie-updates@bunyip.com, but haven't checked
  731. it yet]
  732.  
  733. -----------------------------
  734.  
  735. Subject: 10. Using FSP/Gopher/WAIS/WWW to access archives.
  736.  
  737. Some sites offer retrieval of their FTP archives through Gopher,
  738. a browser for the Internet. You can use a so-called Gopher client
  739. program to connect to a Gopher server (in this case the Gopher server
  740. of the ftp-site). Type 'gopher' on your system to see if Gopher is
  741. installed. Most of the time this will bring up a menu system from which
  742. you have several choices. Check the help pages for instructions or ask
  743. a local system administrator or helpdesk on how to use it.
  744.  
  745. If Gopher does not appear to be installed, ask your local helpdesk
  746. why it isn't. Installing Gopher on your system consists of getting
  747. a client program for your Operating System and installing it.
  748. You can get client programs for Gopher for several Operating Systems
  749. from the boombox.micro.umn.edu ftp site in directory /pub/gopher
  750. and from lots of other sites around the world (check the SITELIST file
  751. for more sites).
  752. Read the Usenet newsgroup comp.infosystems.gopher for more info.
  753. If I know that a site supports Gopher (or one of the other services to
  754. be mentioned here), this info can be found in the Comments: or Server:
  755. line in the SITELIST file.
  756.  
  757. Other means of retrieving files are through the World Wide Web (WWW or W3)
  758. or WAIS. These services are extensions to the 'bare bones' FTP approach and
  759. have rapidly become more popular. They are easy to use and if you have the
  760. resources you should consider getting a client for either Gopher, WWW
  761. or WAIS (or all) from a good ftp site (e.g. ftp.ncsa.uiuc.edu for Mosaic,
  762. a WWW browser, or ftp.think.com for WAIS browsers. These sites are mirrored
  763. around the world, check the sitelist for details).
  764. Check the relevant comp.infosystems.* group or/and the sitelist for
  765. siteaddresses of clients and how to install them.
  766.  
  767. The last option to access an archive to be mentioned here is called FSP
  768. (some people say it stands for File Service Protocol, some call it FTP's
  769. Sexier Partner and others refer to it as F**cking Software Pirates).
  770. FSP has some nice features that FTP doesn't have like 'crash-recovery',
  771. the ability to transfer only the part of a file that wasn't transferred
  772. before (a la Zmodem). Using FSP means getting yourself a client program
  773. and finding FSP sites. A good place to look for clients is on
  774. ftp.germany.eu.net and you can ask for sites in alt.comp.fsp (read the
  775. FAQ and the FSP docs first). FSP is mostly used to retrieve GIF files in
  776. the background (hence the second explanation of the abbreviation) and has
  777. been used for setting up 'pirate' sites (sites that distribute
  778. commercial software, hence the third explanation). This has given it a
  779. somewhat bad name, but the idea is good. More and more admins install
  780. FSP servers because it reduces the load on their machine(s). Unfortunately,
  781. some of the client programs (notably WinFSP) appear to be buggy.
  782.  
  783. -----------------------------
  784.  
  785. Subject: 11. How do I stop the listings from scrolling off the screen?
  786.  
  787. When you're retrieving a directory listing of a large site,
  788. it's quite possible that the number of files in a directory is
  789. bigger than the number of rows on your screen. The listing then
  790. scrolls of your screen. There are several ways to avoid this.
  791. You can use 'ls -CF' or 'ls -lF'  (no quotes) to get a directory listing
  792. like the MS-DOS 'dir/w' command (a 'wide' directory listing). Also,
  793. some ftp clients support: 'ls -l "| more"' or 'dir "| more"'.
  794.  
  795. This seems to differ per site so trying some of the following
  796. might help you (note usage of spaces in the above and below examples):
  797.   ls -l |more
  798.   dir |more
  799.   dir -1 |more
  800.   Ctrl-S to stop the scrolling, Ctrl-Q to resume scrolling
  801.   Alt-Scrolllock to pause the screen and restart it again
  802.  
  803. These combinations are highly machine specific but probably one
  804. of them will work for you. Also, instead of using 'dir' or 'ls'
  805. you can try to retrieve an index file first to look at that.
  806. Either transfer the file and look at it while you're not connected
  807. to the ftp site (by using 'get filename'), transfer the file and look at
  808. it while you're connected (by using a 'shell' command, you temporarily
  809. leave the ftp client program to look at the file with some editor, 'cat'
  810. or 'more', look in the help pages of the ftp client for more info, most
  811. of the time it's:
  812. !more <filename
  813. or something similar) or read the file while you're connected by
  814. retrieving it to the screen itself, use:
  815.  
  816. get filename.idx -   (if you're working on a Unix system)
  817. get filename.idx tt  (if you're working on a VMS system, tt: for OpenVMS,
  818.                       sys$output should work in both cases)
  819. get filename.idx con (if you're working on a MS-DOS system)
  820.  
  821. I have no idea what the appropriate parameter for VM/CMS is. Any takers?
  822. Be aware that this is very useful for small files but is not very
  823. easy for large files (unless you redirect the output to some filter,
  824. like 'more'). Also, reading large files while you are connected is
  825. not recommended because it keeps the ftp server loaded. Be sensitive
  826. and don't overuse this. Get some readme or index files first and read
  827. them off-line so you know how the site is organized and where you can
  828. find things.
  829.  
  830. -----------------------------
  831.  
  832. Subject: 12. How do I set up an (Anonymous) FTP server?
  833.  
  834. I'm not maintaining one, so this is mostly from docs and experience.
  835. Any comments or corrections here would be appreciated.
  836.  
  837. First ask yourself, do I want to do this? It's a potential havoc creator,
  838. extra work and can cause serious security problems. Read the following:
  839. /pub/usenet/news.answers/computer-security/anonymous-ftp-faq
  840. on rtfm.mit.edu and some of the CERT postings in comp.security.announce
  841. (backissues available from ftp.cert.org), most notably the warnings for
  842. bugs in ftpdaemons. Another intro to the administration of Anonymous
  843. FTP Sites can be found at ftp.cs.uni-sb.de as /pub/misc/doc/misc/iafa-wg.Z
  844.  
  845. Setting up a ftpserver basically consists of getting an ftp-daemon running,
  846. setting several options and creating appropriate user(s) and directories.
  847. Most of the time you have to be 'root' or 'superuser' or 'system' on the
  848. system to pull any of this off (excluding those cases where PC users can
  849. run a ftpserver program on their machine).
  850.  
  851. There are several ftpserver programs that can be used. In most cases,
  852. the OS installed on your machine will already have a 'ftpd' program
  853. (on Unix systems, try 'man ftpd'), provided the system has TCP/IP
  854. functionality installed. The programs that come with the OS can be used
  855. without too much hassle because they are written for that OS and there are
  856. full docs available with the OS manuals (at least, they should be).
  857.  
  858. A disadvantage is that most factory servers appear to be rather limited
  859. [I can't explain the widespread use of other programs otherwise], so you
  860. might consider getting a more flexible and portable program like the
  861. Washington University of St. Louis ftpd program (or wu-ftpd for short)
  862. from ftp.wustl.edu. This version can be compiled on your (Unix)system with
  863. the right option and installed in the way the documentation describes
  864. (basically, creating the ~/ftp directory, setting some variables,
  865. checking some permissions and the existence of files, enabling the server
  866. and logging. It appears to be simple enough).
  867. The program is very widely used and updated very fast if a bug is found.
  868. Also, there's a mailinglist for users of the program.
  869. Other ftpserver programs are available from e.g. ftp.funet.fi and some
  870. sites are using custom programs.
  871.  
  872. Server programs are also available for non-Unix systems; for VAX/VMS systems
  873. there's the Multinet server (I have no idea if it's commercial or not,
  874. I guess so), for OS/2 there's the IBM TCP/IP Kit with a ftpserver program,
  875. for MS-Windows there's WinQVT Net, for MS-Windows NT there's probably also
  876. a program and for the Mac and the Amiga as well (I don't know where though).
  877. Check the 'regular' sites for these OSs for server programs, ask in the
  878. appropriate newsgroups (comp.os.*.admin, news.admin.misc, news.misc, after
  879. reading the appropriate FAQs of course!) or ask your software dealer.
  880.  
  881. As a last note, I'd like to emphasize that running a ftpserver means a
  882. potential security leak. There have been bugs in the different server
  883. programs that enabled unauthorized users to access your machine as normal
  884. or even superusers. Read the documentation of the server well and follow the
  885. comp.security advisories of the CERT.
  886.  
  887. When you're ready and have tested the server, you can mail me the addition :-)
  888.  
  889. -----------------------------
  890.  
  891. Subject: 13. How do I automate ftp sessions?
  892.  
  893. This is a new section on how to make life easier (when ftping at least).
  894. Although not very much directed at newbies it might be interesting for
  895. more experienced users. This section is in a *very* experimental stage.
  896. For now only a couple of tips, in the upcoming months this section will
  897. expand to include more general guidelines.
  898. Note: this section will be highly system specific! Not everything might
  899. work on your system. Experiment!
  900.  
  901. VMS:
  902. How to put ftp jobs in queues and automate retrieval.
  903. Create 2 .COM files with any editor (EVE, EDT, TPU, EMACS) that go something
  904. like:
  905.  
  906. JOB.COM
  907. $ ftp sitename
  908. user anonymous
  909. e-mail@address
  910. lcd localdisk:[users.username]
  911. cd /pub/useful
  912. bin
  913. get useful.zip
  914. quit
  915. $ exit
  916.  
  917. and:
  918. QUEUE.COM
  919. submit job /queue='p1' /after='p2'
  920.  
  921. Now you can type: @queue sys$batch 18:00
  922. and it will ftp the file useful.zip from site sitename after 18:00 local
  923. time. The file will be stored on disk localdisk in directory users.username
  924. (if this disk exists of course, it depends on your local situation).
  925. The jobs will be put in queue sys$batch (but you can use others,
  926. ask your local admin what queues are available).
  927.  
  928. Unix (all sorts):
  929. You can use programs like ncftp, batchftp and mirror. See the next section
  930. on where to get those programs. Also, there's a file called .netrc you can
  931. use to specify sitenames, usernames and other parameters for usage by the
  932. ftp client program. Try man ftp for more info on that.
  933.  
  934. DOS/Windows/NT/OS/2:
  935. You might be able to use a DOS client program with parameters like:
  936. ftpbin -h sitename -u anonymous get pub/useful.zip
  937. but since DOS doesn't support background processing it doesn't seem
  938. very useful to me. On the other hand, you can use those (batch) files
  939. in Windows (not very reliable), OS/2 or Windows NT. The latter two
  940. should provide the same functionality as VMS and Unix. I haven't tried
  941. it though, since I find VMS and Unix sufficient here. If anyone has good
  942. or bad experiences with this I'd like to hear. As far as I know, there
  943. are no real queue or batch ftp programs for these OSs. There are numerous
  944. clients, but they rely on active users. For client programs, check the
  945. usual OS/2, NT or Windows (winsock) sites.
  946.  
  947. Others: (VM/CMS, Mac etc.)
  948. I'm not (very) familiar with other Operating Systems. For the Mac there's
  949. Fetch, a client like WS_FTP. Very nice, but I don't think it has queue/batch
  950. possibilities (apart from being able to select a batch of files).
  951.  
  952. -----------------------------
  953.  
  954. Subject: 14. URL's of the interesting things mentioned in this text
  955.  
  956. This part of the FAQ list provides URL's (Universal Resource Locators,
  957. or Uniform Resource Locators) to be used with a WWW (World Wide Web)
  958. browser like Mosaic. By clicking on the lines below you'll supposedly
  959. retrieve the file mentioned there. [not tested yet, so don't rely on
  960. any of this stuff, it's included here for testing. Feedback appreciated]
  961.  
  962.  
  963. David Lemson's Compression List:
  964.  
  965. ftp://ftp.cso.uiuc.edu/doc/pcnet/compression
  966.  
  967.  
  968. The Maasinfo files, maintained by Robert Maas:
  969.  
  970. ftp://ftp.edu.tw/documents/Internet/MaasInfo/
  971.  
  972.  
  973. The EFF Guide to the Internet:
  974.  
  975. ftp://ftp.eff.org/pub/EFF_Netguide/
  976.  
  977.  
  978. ModerXX.zip maintained by Timo Salmi and Rhys Weatherley:
  979.  
  980. ftp://garbo.uwasa.fi/pc/pd2/moder45.zip
  981.  
  982. (because this file has a version number the link might be wrong)
  983.  
  984.  
  985. The Deutsche Anonyme FTP Server Liste maintained by Christian Hettler:
  986.  
  987. http://www.ask.uni-karlsruhe.de/ftp/ftp-list-de.html
  988. ftp://ftp.ask.uni-karlsruhe.de/pub/info/ftp-list-de
  989.  
  990.  
  991. The Dutch Anonymous FTP List maintained by Arjan de Vet:
  992.  
  993. ftp://ftp.iaehv.nl/pub/usenet/nlnet/nl-ftp
  994.  
  995.  
  996. The Anonymous FTP Sitelist and FAQ maintained by Perry Rovers:
  997.  
  998. Europe:
  999.  
  1000. ftp://garbo.uwasa.fi/pc/doc-net/ftp-list.zip
  1001.  
  1002. USA:
  1003.  
  1004. ftp://oak.oakland.edu/SimTel/msdos/info/ftp-list.zip
  1005.  
  1006. Asia:
  1007.  
  1008. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq
  1009. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist
  1010. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq.Z
  1011. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist.Z
  1012. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq.gz
  1013. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist.gz
  1014. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/ftp-list.zip
  1015.  
  1016. USA:
  1017.  
  1018. ftp://rtfm.mit.edu/pub/usenet/news.answers/ftp-list/faq
  1019. ftp://rtfm.mit.edu/pub/usenet/news.answers/ftp-list/sitelist/
  1020.  
  1021.  
  1022. WWW version (through Thomas Fine's FAQ to HTML conversion program):
  1023.  
  1024. http://www.cis.ohio-state:80/hypertext/faq/usenet/faq/ftp-list/faq/faq.html
  1025.  
  1026. WWW version (through the University of Utrecht CS dept.)
  1027.  
  1028. http://www.cs.ruu.nl/cgi-bin/faqwais/
  1029.  
  1030.  
  1031. Browsable/Searchable WWW versions:
  1032.  
  1033. University of ? server by gorme@ifi.uio.no (Gorm Haug Eriksen)
  1034.  
  1035. http://www.ifi.uio.no/~gorme/ftp-list.html
  1036.  
  1037. InfoNet server by cherry@info.net (Bob Cherry)
  1038.  
  1039. http://www.info.net/app-docs/ftp-list/
  1040.  
  1041. MIDNet server by some friendly person there whose name I can't find at
  1042. the moment [this will be fixed]
  1043.  
  1044. http://www.mid.net/FTP/
  1045.  
  1046.  
  1047. FTP by Mail servers:
  1048.  
  1049. mailto://ftpmail@cs.uow.edu.au
  1050. mailto://ftpmail@ftp.uni-stuttgart.de
  1051. mailto://ftpmail@grasp.insa-lyon.fr
  1052. mailto://ftpmail@doc.ic.ac.uk
  1053. mailto://ftpmail@ieunet.ie
  1054. mailto://ftpmail@sunsite.unc.edu
  1055. mailto://ftpmail@ftp.uu.net
  1056.  
  1057.  
  1058. FTP by Mail server package:
  1059.  
  1060. ftp://ftp.doc.ic.ac.uk/pub/packages/ftpmail/
  1061.  
  1062.  
  1063. E-mail address to report site additions, changes etc.:
  1064.  
  1065. mailto://Perry.Rovers@kub.nl
  1066.  
  1067. E-mail address for MS-Access version (i.e. don't ask me about it):
  1068.  
  1069. mailto://swicz@acc.rwu.edu
  1070.  
  1071. E-mail address for conversion to comma-delimited program (packftp)
  1072. (i.e. don't ask me about it):
  1073.  
  1074. mailto://mrr@mrsoft.network23.com
  1075.  
  1076. E-mail address for AmigaGuide version (i.e. don't ask me about it):
  1077.  
  1078. mailto://Dave_Thomas@mindlink.bc.ca
  1079.  
  1080.  
  1081. Some Archie servers:
  1082.  
  1083. Asia:
  1084.  
  1085. telnet://archie.wide.ad.jp
  1086.  
  1087. Australia:
  1088.  
  1089. telnet://archie.au
  1090.  
  1091. Europe:
  1092.  
  1093. telnet://archie.doc.ic.ac.uk
  1094. telnet://archie.funet.fi
  1095. telnet://archie.luth.se
  1096. telnet://archie.switch.ch
  1097.  
  1098. Middle-East:
  1099.  
  1100. telnet://archie.ac.il
  1101.  
  1102. USA:
  1103.  
  1104. telnet://archie.ans.net
  1105. telnet://archie.internic.net
  1106. telnet://archie.rutgers.edu
  1107. telnet://archie.sura.net
  1108.  
  1109.  
  1110. FSP:
  1111.  
  1112. ftp://ftp.germany.eu.net/pub/networking/fsp/
  1113.  
  1114. Gopher:
  1115.  
  1116. ftp://boombox.micro.umn.edu/pub/gopher/
  1117.  
  1118. WAIS:
  1119.  
  1120. ftp://ftp.think.com/pub/
  1121.  
  1122. WWW:
  1123.  
  1124. ftp://ftp.ncsa.uiuc.edu/pub/ncsa/
  1125. ftp://info.cern.ch/pub/www/
  1126.  
  1127.  
  1128. Setting Up a Secure Anonymous FTP Site:
  1129.  
  1130. ftp://rtfm.mit.edu/pub/usenet/news.answers/computer-security/anonymous-ftp-faq
  1131.  
  1132. Another intro to FTP site administration:
  1133.  
  1134. ftp://ftp.cs.uni-sb.de/pub/misc/doc/misc/iafa-wg.Z
  1135.  
  1136.  
  1137. FTP-daemon programs:
  1138.  
  1139. WUSTL FTPD (wu-ftpd):
  1140. ftp://ftp.wustl.edu/pub/wu-ftpd/
  1141.  
  1142. FUNET ftpd:
  1143. ftp://ftp.funet.fi/pub/
  1144.  
  1145.  
  1146. FTP Utilities:
  1147. NcFTP
  1148. ftp://ftp.cs.unl.edu/pub/ncftp/
  1149.  
  1150. Batchftp:
  1151. ftp://garbo.uwasa.fi/unix/networking/ftp/batchftp102.tar.Z
  1152. ftp://garbo.uwasa.fi/unix/networking/ftp/batchftp.inf
  1153.  
  1154.  
  1155.  
  1156. ======================================================================
  1157. [End Of File]
  1158.